Release 10.1A: OpenEdge Development:
Programming Interfaces
update-auditing-policies procedure
Save the audit policy changes tracked in a specified ProDataSet object into a specified target database. The caller should check the ProDataSet and buffer's
Parameters:ERRORattribute for any error conditions and the buffer'sERROR-STRINGfor error messages.INPUT pcDbInfo AS CHARACTERDatabase information string specifying the target database to save the changes.
INPUT-OUTPUT DATASET-HANDLE phDatasetProDataSet with the tracked changes.
Note: This procedure calls the_update-policies.pexternal procedure, which automatically refreshes the database cache by calling theAUDIT-POLICY:REFRESH-AUDIT-POLICY()method. Example: The following example is a combination of pseudo-code and 4GL that shows how to run this procedure:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |